﻿/* Registration Wizard Elements */

div.WizardHintTitle {
    font-weight: bold;
    padding-bottom: 5px;
}

div.WizardHint {
    position: fixed;
    right: 7px;
    top: 117px;
    bottom: 50px;
    width: 140px;
    font-style: italic;
    color: Green;
    display: inline;
    background: white;
    border: 1px solid silver;
    padding: 5px 5px 5px 5px;
}

.RegistrationWizardButtons {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: White;
    border: 2px solid gray;
}

#wizardElements_Layout {
    width: 600px;
    /*margin-left: auto;
    margin-right: auto;*/
}

div.WizardElement {
    width: 600px;
    margin-bottom: 0.8em;
}

div.DisplayRow {
    background-color: inherit;
    margin-bottom: 3px;
    color: White;
}

    div.DisplayRow div {
        padding: 5px 2px 2px 2px;
    }

    div.DisplayRow a {
        background-color: inherit;
        font-weight: bold;
        color: White;
        text-decoration: none;
    }

div.WizardElement_Left {
    clear: both;
    background-color: #44aa77;
    padding: 1px;
    width: 646px;
    float: left;
}

div.WizardInput_Left {
    clear: left;
    padding-top: 2px;
}

.WizardInput_Left input {
    vertical-align: top;
}

div.WizardInput_Left select.Group {
    margin-bottom: 2px;
}

.WizardGroupItem_Left {
    width: 256px;
    padding: 1px;
    display: inline-block;
}

div.Mandatory {
    text-align: right;
    display: block;
    color: Red;
    float: right;
}

div.Mandatory [id$="lblHighlander"] {
    text-align: right;

    color: #1d70b8;
    display: block;
}

div.MenuHeader_SmallText {
    font-size: 10pt;
    padding: 4px 0 0 0;
    line-height: 12px;
}

div.MainHeader {
    min-width: 820px;
    width: 100%;
    clear: both;
}

div.HeaderRow {
    background-color: #66cc99;
    width: 650px;
}

div.HeaderRowTitle {
    background-color: inherit;
    font-size: 14pt;
    font-weight: bold;
    color: white;
    float: left;
    padding: 10px 0 5px 5px;
}

div.HeaderRowImage {
    float: right;
}

div.HeaderRowSpacer {
    clear: both;
    height: 0;
}

input.WizardButton {
    width: 225px;
}

input.WizardButton_User {
    margin-top: 0.7em;
    width: 200px;
}

img.ImageStatus {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

img.ImageLogo {
    padding: 5px 5px 5px 5px;
    background-color: #66cc99;
}

div.GridControlBorder {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-right: ridge;
    border-top: ridge;
    border-left: ridge;
    border-bottom: ridge;
}

input.TabButton {
    margin-top: 5px;
    margin-left: 2px;
    margin-right: -7px;
    margin-bottom: -1px;
    border-bottom: none;
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    background-color: Transparent;
}

div.UserInfo {
    height: 20px;
    float: right;
    font-size: 10pt;
}

.Display {
    margin: 10px 0 10px 0;
    font-size: 12px;
    width: 300px;
}

.leftLabels {
    display: block;
    float: left;
    width: 120px;
    padding: 5px;
    text-align: left;
    margin-top: 5px;
}

.leftLabels_Short {
    display: block;
    float: left;
    width: 80px;
    padding: 3px;
    text-align: left;
    margin-top: 5px;
}

.leftLabel_Lineup {
    padding: 5px 0 5px 135px;
}

.leftLabel_Lineup_Short {
    padding: 0 0 0 85px;
}

.rightFields {
    text-align: left;
    padding: 3px;
    width: 200px;
    margin-top: 5px;
}

.rightFields_Short {
    padding: 3px;
    width: 120px;
    margin-top: 5px;
}

.CenterItem {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    text-align: center;
}

.CenterTable {
    margin-left: auto;
    margin-right: auto;
}

.RightItem {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    text-align: right;
}

div.DataProtectionNotes {
    width: 650px;
    height: 100px;
    border: 1px solid silver;
    overflow: scroll;
    text-align: justify;
}

.DataProtectionAcceptance {
    display: block;
}

.DataProtectionAcceptanceGap {
    padding-bottom: 1.5rem;
}

.GroupElement {
    margin-left: auto;
    margin-right: auto;
    border: solid 1px silver;
    padding-bottom: 1em;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 14px;
    clear: both;
}

.background {
    height: 0 !important;
}

/* Print. */
@media only print {
    /* Removes chrome / ff link informaiton / page numbering. */
    @page {
        size: auto;
        margin: 0.5cm 2cm;
    }

    * {
        color: #000 !important;
        line-height: 0.9em !important;
        font-family: 'Open Sans', Airal, sans-serif !important;
    }

    .ProfileItemGroupItem img {
        display: inline-block;
        visibility: hidden !important;
    }

    #printOnly {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: start;
        vertical-align: sub;
        padding: 0.9em;
        display: block !important;
        float: left;
        clear: both;
    }

        #printOnly > div {
            padding: 0.9em;
        }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        /*  appearance: none; */
        border: none; /* If you want to remove the border as well */
        background: none;
    }

    input {
        background-color: transparent !important;
    }

        input[type="checkbox"] {
            opacity: 1;
            line-height: 1.2em !important;
            padding: 0 !important;
            margin: 0 !important;
        }

            input[type="checkbox"] :disabled {
                color: #000 !important;
                background-color: gray;
            }

            input[type="checkbox"] :disabled, input[type="checkbox"] :read-only, input[type="checkbox"] [disabled], input[type="checkbox"] [readonly] {
                opacity: 1;
                line-height: 1.2em !important;
                padding: 0 !important;
                margin: 0 !important;
            }

        input[type="radio"] :disabled, input[type="radio"] :read-only, input[type="radio"] [disabled], input[type="radio"] [readonly] {
            color: #000 !important;
            background-color: gray !important;
        }


    .GroupElement {
        padding: 0 !important;
        margin: 0 !important;
    }

    .ProfileItemGroupItem {
        padding: 0 !important;
        margin: 0 !important;
    }

    .DataProtectionAcceptance {
        display: inline-block !important;
    }

        .DataProtectionAcceptance > input[type="radio"] {
            display: inline-block !important;
        }

    #ctl00_mCPH_ctrl8_lnkShowAreas {
        display: none;
    }

    /* Element boxes */
    div.WizardElement {
        page-break-inside: avoid;
        border: 1px solid #808080;
        padding-top: 0;
        background-color: transparent !important;
    }

    .WizardElement_Left {
        position: relative;
        display: inline-block;
        clear: none;
        margin: 0;
        vertical-align: top;
        width: 50%;
        background-color: transparent !important;
    }

    .WizardInput_Left {
        margin: 0;
        padding: 0;
        clear: none;
        display: inline-block;
        position: relative;
        vertical-align: top;
        width: 49%;
        background-color: transparent !important;
    }

    div.Mandatory {
        display: none;
        clear: none;
    }

    .DisplayRow {
        clear: none;
        display: inline-block;
        position: relative;
        vertical-align: top;
        width: 49%;
        background-color: transparent !important;
    }

    tr {
        display: inline-block;
        vertical-align: top;
    }

    td {
        display: inline-block;
        vertical-align: top;
    }
}

/* RegisterClient_Address */

.address-link {
    color: #3498db !important;
    cursor: pointer !important;
}

.DataProtectionAcceptance legend, .WizardInput_Left .fieldset-legend, .GroupElement legend {
    font-size: 14px;
    font-weight: bold;
    border-bottom: none;
}

[hidden] {
    display: none !important;
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}

#CtrlDataProtection1_anchorliteral{
    font-size: 16px;
    font-weight: bold;
}

#CtrlDataProtection1_divDataProtection {
    min-height: 250px;
}

#DataProtectionAcceptanceWrapper > fieldset:nth-child(1) > legend:nth-child(1){
    margin-top: 20px;
}